home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- cursor(280)
- set the member of sprite the currentSpriteNum to member(20, "Internal")
- end
-
- on mouseLeave me
- cursor(0)
- set the member of sprite the currentSpriteNum to member(10, "Internal")
- end
-
- on mouseUp me
- open("QuickTimePC\QuickTimeInstaller.exe")
- go(#next)
- end
-